home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- REM Use this batch file in conjunction with Robocomm's "Run Program" agenda
- REM command to copy the current contents of the BBS CAP file to the
- REM NEWLIST.DAT file. IF NEWLIST.DAT exists when Robocomm logs off the BBS,
- REM it will scan the file for new entries to the Neww Files directory.
- REM Usually, you will want to run this program immediately after a
- REM Capture & Overwrite agenda item. This allows Robocomm to add the results
- REM of a PCBoard Z or L file scan to its newfiles directory.
- REM
- ECHO Appending %BBS%.CAP to NEWLIST.DAT now...
- TYPE %BBS%.CAP >> NEWLIST.DAT
- ERASE %BBS%.CAP
-